github.com/refraction-networking/utls.clientHelloMsg.ticketSupported (field)

14 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L235: 		hello.ticketSupported = false
		handshake_client.go#L412: 	hello.ticketSupported = true && !echInner
		handshake_client.go#L1040: 	if !hs.hello.ticketSupported {
		handshake_messages.go#L82: 	ticketSupported                  bool
		handshake_messages.go#L137: 	if m.ticketSupported && !echInner {
		handshake_messages.go#L564: 			m.ticketSupported = true
		handshake_messages.go#L729: 		ticketSupported:                  m.ticketSupported,
		handshake_server.go#L589: 	hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
		handshake_server_tls13.go#L719: 		ch.ticketSupported != ch1.ticketSupported ||
		u_handshake_client.go#L358: 		hello.ticketSupported = false
		u_public.go#L406: 			ticketSupported:                  chm.TicketSupported,
		u_public.go#L459: 			TicketSupported:              chm.ticketSupported,